.progress-loader {
    display: none;
    height: 100px;
    position: relative;
    margin: 20px 0;
}

.progress-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.progress-overlay p {
    margin: 0 auto;
    width: 360px;
    padding: 30px 0 30px 50px;
    background: url(../img/ajax-loader.gif) no-repeat center left;
    color: #bbb;
    font-size: 12px;
}

.cart {
}

.cart__item {
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    /*height: 170px;*/
    width: 100%;
    position: relative;
    padding: 15px;
    /*display: flex;*/
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 194px 452px 150px 100px auto;
}

.cart__item.try-delete {
    background-color: #ffd0d0;
}

.cart__item-image {
    width: 194px;
    height: 140px;
    display: flex;
    justify-content: center;
    margin-right: 23px;
}

.cart__item-image img {
    max-width: 194px;
    max-height: 140px;
}

.cart__item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #716FBB;
    margin-bottom: 15px;
}

.cart__item-description {
    border-right: 1px solid #F2F2F2;
    width: 452px;
}

.cart__item-description p {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #828282;
    margin: 6px 0;
    display: grid;
    grid-template-columns: 120px auto;
}

.cart__item-description span {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #828282;
}

.cart__item-description strong {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #000000;
    /*width: 163px;*/
    /*//display: inline-block;*/
}

.cart__item-description-additional {
    margin: 5px 0 0;
    padding: 5px;
    background-color: #eee;
}

.cart__item-price {
    border-right: 1px solid #F2F2F2;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #828282;
    justify-content: center;
    width: 150px;
    flex-direction: column;
}

.cart__item-price-old {
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
    text-decoration: line-through
}

.cart__item-qty {
    border-right: 1px solid #F2F2F2;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart__item-qty input {
    width: 56px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
    border-radius: 5px;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.cart__item-total {
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #333333;
    position: relative;
    flex-direction: column;
}

.cart__item-discount {
    font-size: 14px;
}

.cart__remove-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
}

.cart__totals {
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
}

.cart__totals table {
    font-size: 14px;
    color: #4F4F4F;
}

.cart__totals table th {
    padding: 2px 10px 2px 0;
    font-weight: 600;
}

.cart__grand-total {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
    padding: 20px 0;
    border-top: 1px dashed #BDBDBD;
}

.cart__grand-total table {
    color: #333333;
    font-weight: 600;
    font-size: 16px;
    text-align: right;
}

.cart__grand-total table th {
    padding: 2px 10px 2px 0;
}

.cart__grand-total table tr.cart__grand-total-is {
    font-size: 20px;
}

.cart__form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart__form-actions label {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #828282;
}

.checkout-wizard h3 {
    margin-bottom: 20px;
}

.checkout-wizard__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.checkout-wizard__header h2 {
    margin-bottom: 20px;
}

.checkout-wizard__order-information {
}

.checkout-wizard__order-information-item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.02em;
    color: #4F4F4F;
    margin: 5px 0;
    display: flex;
    align-items: center;
}

.checkout-wizard__order-information-item i {
    margin-right: 10px;
}

.checkout-wizard__authorization {
    padding: 40px 0;
}

.checkout-wizard__authorization-field {
    margin-top: 20px;
    padding: 20px;
    border-bottom: 1px solid #F2F2F2;
}

.checkout-wizard__authorization-field .form-check-label {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #333333;
}

.checkout-wizard__authorization-note {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #AEAEAE;
}

.checkout-wizard__authorization-field-mode {
    display: none;
    margin: 20px 0 0;
    width: 50%;
}

.checkout-wizard__authorization-form-actions {
    margin-top: 40px;
    padding-left: 20px;
}

.shipping-address__attention {
    border-left: 2px solid #EB5757;
    padding-left: 20px;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #828282;
}

.shipping-address__attention h5 {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #EB5757;
    margin-bottom: 15px;
}

.shipping-gateway {
    border-top: 1px dashed #BDBDBD;
    padding: 20px 0 0;
    margin: 20px 0 0;
}

.shipping-gateway__list {
    display: flex;
}

.shipping-gateway__item {
    width: 216px;
    min-height: 280px;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    border: 2px solid #fff;
    margin: 0 7px;
    cursor: pointer;
}

.shipping-gateway__item_selected {
    border: 2px solid #716FBB;
}

.shipping-gateway__item input {
    display: none;
}

.shipping-gateway__item-logo {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping-gateway__item-logo img {
    max-height: 40px;
}

.shipping-gateway__item-logo img.lr-post-russia-l1000,
.shipping-gateway__item-logo img.lr-post-russia-l100 {
    height: 40px;
}

.shipping-gateway__item-logo img.tk-baikal-service {
    height: 22px;
}

.shipping-gateway__item-logo img.tk-dellin {
    height: 20px;
}

.shipping-gateway__item-logo img.tk-pek {
    height: 15px;
}

.shipping-gateway__item-logo img.tk-sdek {
    height: 20px;
}

.shipping-gateway__item-name {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #333333;
    padding: 10px 0;
}

.shipping-gateway__item-weight {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #4F4F4F;
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    padding: 15px 0;
    width: 100%;
}

.shipping-gateway__item-delivery-time {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #828282;
    padding: 15px 0;
}

.shipping-gateway__item-price {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #716FBB;
    padding: 10px;
}

.shipping-details-form {
    padding: 20px 0 0;
    margin: 20px 0 0;
}

.payment-gateway {
    display: flex;
    margin-bottom: 40px;
}

.payment-gateway__item {
    width: 154px;
    min-height: 168px;
    background: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 5px;
    border: 2px solid #fff;
    margin: 0 7px;
    cursor: pointer;
}

.payment-gateway__item_selected {
    border: 2px solid #716FBB;
}

.payment-gateway__item input {
    display: none;
}

.payment-gateway__item-logo {
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-gateway__item-logo img {
    max-height: 55px;
}

.payment-gateway__item-name {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.01em;
    color: #333333;
    min-height: 30px;
    margin-top: 20px;
}

.payment-gateway-type {
    display: none;
}

.field-list {
    border-top: 1px dashed #BDBDBD;
    padding: 20px 0;
}

.field-list td {
    padding-left: 10px;
}